home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / misc / a-d / alerttimer / makealert.asm < prev    next >
Encoding:
Assembly Source File  |  1978-06-29  |  189 b   |  9 lines

  1.  
  2.  
  3.     move.l    #$35000001,d7    ;Alert code: subsystem id = application,
  4.     suba.l    a5,a5        ;error code = 1
  5.     move.l    4.w,a6        ;execbase
  6.     jsr    -108(a6)        ;Alert function called
  7.     clr.l    d0        ;returned OK
  8.     rts
  9.